[Extension()] public static IAnalysisResult RunAnalysisAndBuildReport( IProject project, Action<IAnalysisLog> analysisLogHandler, Action<IProgressLog> progressLogHandler, string analysisResultId )
Parameters
- project
 - This NDepend project to analyze.
 - analysisLogHandler
 - A procedure delegate object invoked each time the current analysis run emits a new IAnalysisLog object.
 - progressLogHandler
 - A procedure delegate object invoked each time the current analysis run emits a new IProgressLog object.
 - analysisResultId
 - (Optional) An id to identify the analysis result build by this call.
 
Return Value
The analysis result.
